Skip to main content

Questions tagged [selector]

A selector can be a string identifying a method name in the Objective-C or Smalltalk programming language or a special kind of switch used in computers to connect multiple lines (I/O) to a single line. Please do not use this tag for jQuery/CSS selectors.

selector
0 votes
0 answers
24 views

React Formik Reset Country Field

the problem with my React components is that visually the country name does not reset when clicking on the "cancel" button. import { useState, useRef } from 'react'; import { Form, Formik } ...
Loick Nosal's user avatar
0 votes
1 answer
45 views

Taipy selector causes an error, how can I get around this?

When trying to construct a list from a selector, I use the following code: tgb.selector(value="{countries}", lov="{all_countries}", multiple=True,dropdown=True) where 'countries' ...
Alan Jones's user avatar
0 votes
2 answers
58 views

xpath plugin alternative in cypress for "locator or selector" in angular applications

As the xpath plugin is deprecated in cypress. It is becoming difficult to find the locator without xpath in angular based web applications. Has anyone found some alternative to xpath plugin on ...
Balaji R's user avatar
-1 votes
1 answer
46 views

double click function can't get the option selected in jQuery

I create two selectors. When I double click one option in a selector, the value selected will show in another selector. Suddenly, it doesn't work. I double click one option in the left selector that ...
Claire's user avatar
  • 35
0 votes
0 answers
29 views

Java NIO readable selectionKey always exist in selectedKeys

I'm new to Java NIO. Here is a toy tcp server I wrote. The problem is that a readable selectionKey is always available in the selectionKeys of the selector even after I remove it from the selectedKeys....
Ethan Tan's user avatar
-4 votes
1 answer
26 views

Strange jquery selector behaviour [closed]

I am experiencing some strange behavior regarding selectors in jQuery. This is the code I had: $("#content").fadeOut(); $("#content").innerHTML = "some text"; $("#...
Marcelcolt's user avatar
0 votes
0 answers
31 views

Java NIO2 Selector.select(long) for streaming

Is it advisable to use Java NIO2 Selector.select(timeout) to continuously stream data to the network where timeout can range from 1-5 milliseconds for video/audio streaming (700 pps max) to 3 minutes ...
Evgeny's user avatar
  • 1
0 votes
0 answers
28 views

How to fix The selector "app-gif" did not match any elements

I get the error in console "The selector "app-gif" did not match any elements" Any ideas what should i change or do? This is gif.component.ts // gif.component.ts import { Component,...
beqa's user avatar
  • 33
0 votes
1 answer
123 views

How do I find the exact row of a table using Playwright & C# when there is similar text

Using Playwright written with C# I have a table with various columns and rows. Each row has a unique name and on the same row there are some buttons. I am only interested in the delete/remove button ...
Mark's user avatar
  • 35
0 votes
0 answers
70 views

finding SSRS webpage login selectors for Yodeck web app script

Note: Not a web developer, just an IT admin asked to do things out-of-scope I'm building a Yodeck web app script to log into an SSRS site. Their tool allows 'selectors' to be used to populate input ...
Louis Gillette's user avatar
0 votes
1 answer
35 views

CSS generic selector not working with SVG

If I have this HTML <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <g id="repeat"> <path fill="currentColor" d="...
Andrew Foulds's user avatar
0 votes
0 answers
25 views

Combining Python Selector and asyncio modules

I'm currently implementing a server response handler using the selector module in Python. For sending requests to multiple servers and handling I/O operations, I'm leveraging asyncio. In my main loop, ...
Ariel Gliksberg's user avatar
1 vote
1 answer
50 views

In what context can we use an unqualified #selector() expression in Swift?

The Swift equivalent of Objective-C's @selector() expression, is #selector(). In Xcode, the Objective-C, @selector() expression will offer autocompletions for all available selectors and the selector ...
F. S.'s user avatar
  • 13
0 votes
0 answers
9 views

How can I make sure that my Selector does not overlap my text-area box when hover ? I would like for the selector to smoothly push down the text-area

(https://i.sstatic.net/VaWfd.jpg) The selector overlaps the text-area I would like for the selector to push down the text-area box smoothly when it is hovered over. The Selector just over laps the ...
kev's user avatar
  • 3
0 votes
1 answer
101 views

Please solve a problem with selectorlib, get this message but can not uderstand it

inside main file code import requests import selectorlib URL = 'http://programmer100.pythonanywhere.com/tours/' HEADERS = { 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) ...
Via4eslav Tka4enko's user avatar

15 30 50 per page
1
2 3 4 5
260